完善 Skill 安装指引,让 agent 自主跑通 Step 1 安装与鉴权#1059
Merged
Merged
Conversation
ff8e02d to
6a02f53
Compare
Enhance the AI INSTRUCTION block of the Skill install guide so an agent fully completes Step 1: create a TodoList, run the CLI install + `longbridge --version` itself, and drive `longbridge auth login` (background it, relay the printed URL + code, wait for browser approval, continue on exit 0, confirm with `auth status`). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
6a02f53 to
e88b538
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目的
让 AI agent 能完整、无偏差地执行 Step 1(安装 CLI → 鉴权 → 验证)。此前唯一的执行偏差在
longbridge auth login一步——agent 容易前台干等,或不知如何处理浏览器授权。改动
仅
docs/{en,zh-CN,zh-HK}/skill/install/index.md顶部<!-- AI INSTRUCTION -->块,每份 3 行(正文及 Step 3/4 与 main 完全一致):longbridge --version确认longbridge auth login——它打印验证 URL + code 并轮询约 5 分钟;agent 把 URL/code 转交用户、等其在浏览器批准、待 exit 0(Successfully authenticated.)后继续,并用longbridge auth status确认范围
纯文档 · 3 文件 · 每份 3 行 · 不涉及 Homebrew、不改正文与 Step 3/4。